home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
EXAMPLE4.RSP
< prev
next >
Wrap
Text File
|
1993-12-15
|
3KB
|
84 lines
* ----------------------------------------------------------------------
* EXAMPLE4.RSP
* This response file installs IBMTOK.DOS, DXME0MOD.SYS and DXMT0MOD.SYS
* and does not migrate any existing LSP parameters.
* CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
*
INST_SECTION = (
; Do not use the input configuration for LSP driver parameters.
MigrateControlFiles = 0
; Do not check the LAN adapters installed
AdapterCheck = 0
; Define target location for LSP files
TargetPath = c:\lsp135
; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
; Note: DRIVERS is not fully qualified, so it will be searched for
; 1) in the current directory
; 2) as a subdirectory off of the LSP source path
DriverDiskPath = DRIVERS
)
; Specify bindings. The protocol stack is DXME0MOD.SYS.
PROT_SECTION = (
; The following statement specifies the DXME0MOD.SYS driver name.
DriverName = DXME0$
; Change IBMTOK_MOD to the bracketed module name for the PROTOCOL.INI
; section for the NDIS MAC driver you are using.
bindings = IBMTOK_MOD
; Uncomment the next line to use 'Original Ethernet Adapter Type'.
; X
; It is not recommended that the NetAddress parameter be used.
; The equivalent parameter for the MAC driver should be used instead.
; Uncomment the next line and change for LAA.
; NetAddress = "400000123456"
; Uncomment the next line and change for work space.
; WorkSpace = 8
; Uncomment the next line and change for ethernet type
; Transmit = 0
; Uncomment the next line and change for minimum SAPs.
; MinSAP = 2
; Uncomment the next line and change for minimum Link Stations.
; MinLink = 12
)
PROT_SECTION = (
; The following statement specifies the DXMT0MOD.SYS driver name.
DriverName = DXMT0MOD$
; The following statement adds this driver to the configuation.
lsp_primary = 1
; Turn off piggy-backed acknowledgements.
PBA = 0
)
PROT_SECTION = (
DriverName = IBMTOK$
; The following statement would be needed if the sample protocol.ini
; did not contain a section for the MAC driver. In that case,
; uncomment the statement and change the keyword value to match the
; target of the bindings= in the DXME0$ PROT_SECTION section (above).
; Section_Name = IBMTOK_MOD
; The following two statements would cause the MAC driver and message
; file to be copied to the target location for LSP files (c:\lsp135).
; They are only needed if there is no NIF file for the MAC driver in
; the DriverDiskPath. In that case, uncomment the statements and
; change the keyword values to match those for your MAC driver.
; DriverFile = ibmtok.dos
; CopyFile = lt2.msg
)
*** End of Response file EXAMPLE4